home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / bc4lib.zip / TIMER.H < prev    next >
C/C++ Source or Header  |  1994-04-27  |  141b  |  18 lines

  1.  
  2. #ifdef __cplusplus
  3. extern  "C" {
  4. #endif
  5.  
  6.  
  7. void starttimer(void);
  8. long elapsedtime(void);
  9.  
  10.  
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14.  
  15.  
  16.  
  17.  
  18.